home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl2 / qdfm9511.zip / QNDFM95.TXT < prev   
Text File  |  1996-06-23  |  4KB  |  95 lines

  1.  
  2. Quick & Dirty File Manager for Win95
  3. ====================================
  4.  
  5.     QNDFM95 is a 32-bit Windows program to do common file tasks from 
  6.     within Windows 95. 
  7.  
  8.     This program was written in Visual Basic 4.0, so you need to have 
  9.     these files in your \windows\system directory. 
  10.     
  11.         VB40032.DLL    
  12.         OLEPRO32.DLL
  13.         MSVCRT20.DLL
  14.         MSVCRT40.DLL
  15.  
  16.  
  17. Buttons
  18. =======
  19.     
  20.     Copy   - This button copies selected files to other fixed window.    
  21.     Delete - This button deletes selected files.  If you have a directory
  22.              selected, it will delete that directory, and everthing in it!
  23.     Move   - This button moves selected files to other fixed window.    
  24.     Mkdir  - This button makes a directory in the current window.
  25.     Edit   - This button will run "notepad" on the 1st selected file.
  26.  
  27.  
  28. NOTE: Always notice the "current directory" entry.  This is always the
  29.       directory where qndfm95 is pointing to.  Also that it will not
  30.       ask you "if you are sure" for ANYTHING.  So be careful.  Deleting files 
  31.       will NOT put them in the "recycle bin" either. 
  32.       
  33. The DOS Command dialog is where you can run any dos program in your PATH.
  34.  
  35. Selecting multiple files is done by holding down the "ctrl" key while selecting
  36. any new files.  To select a range of files select the 1st one, then hold down
  37. "shift" and then click on the last file, and all the files inbetween will be
  38. selected.  Or just click on the 1st, and drag down to the last and release.
  39.  
  40. You can also double click on any .EXE, .COM, and .BAT file and run it.
  41. Double clicking on a file that is associated with an .EXE will run
  42. that program also.  (for now it only looks in your "win.ini" under
  43. the [Extensions] label)
  44.  
  45.  
  46. Legal Stuff
  47. ===========
  48.  
  49.     The programmer cannot accept responsibility for any damages that may be
  50.     incurred by the use of this program. 
  51.  
  52.     Please read the following lines carefully, before using this software. Should 
  53.     you disagree with the following, then you are not allowed to use this program. 
  54.     You MUST then delete it and never use it.
  55.  
  56.     You have the right to test this program for the period of one month. You are 
  57.     allowed to copy this Shareware-version (and ONLY the Shareware version) and give
  58.     it to any other person, as long as it is not modified in any way. Under modifi-
  59.     cations we understand the changing, adding or removing of any files of this 
  60.     package without the author's written permission. You are NOT allowed to pack
  61.     this program together with a commercial program or a book. Shareware dealers are
  62.     allowed to sell the Shareware version for a small fee (US $5). You are
  63.     encouraged to put this program on as many BBS systems as possible.
  64.  
  65.     Usage of this software after the trial period of one month is in violation of 
  66.     international Copyright law! Also it is unfair against the author, who spent
  67.     hundreds of hours writing this program.
  68.  
  69.  
  70. Registration
  71. ============
  72.  
  73.     qndfm95 is neither freeware nor public domain. It is shareware. A use after 
  74.     the 30 day trial period requires registration. The registration fee only costs 
  75.     $5.00 US dollars.
  76.     
  77.     To register qndfm95 just email me at "rzino@abraxis.com", and I will send you the
  78.     information you need.  
  79.     
  80.  
  81.  
  82. Versions
  83. ========
  84.  
  85.     1.0 - Initial Release
  86.     1.1 - Asked user before overwriting of a file on a copy or move. Added quotes
  87.           on all questions and OK/Cancel dialogs.
  88.     
  89.           
  90. qndfm95 was written by R.Zino. EMail me at "rzino@abraxis.com" with any 
  91. comments and/or questions.  Look via ftp at "ftp.winsite.com" for the newest ]
  92. versions. Also look for RZSplit for Windows in the same areas for splitting 
  93. and joining files.
  94.     
  95. EOF